.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dd-none {
  display: none !important;
}

body {
  font-size: 18px;
  font-family: 'vodafone_rg', Arial, sans-serif;
  line-height: 1.333;
  background: #4A4D4E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:active, :focus {
  outline: 0 none !important;
}

.lite {
  font-family: 'vodafone_lt', Arial, sans-serif;
}

b, .bold, strong {
  font-family: 'vodafone_bd', Arial, sans-serif;
  font-weight: normal !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'vodafone_lt', Arial, sans-serif;
  font-weight: normal !important;
}

header {
  background-color: #4A4D4E;
}

header .row {
  margin-top: 10px;
  background: white;
}

header .col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page {
  margin-top: 84px;
}

.btn {
  width: auto;
  height: 50px;
  background: #e60000;
  color: #ffffff;
  font-family: vodafone_bd, Arial, Helvetica, sans-serif;
  font-size: 19px;
  padding: 10px 30px;
  border-radius: 3px;
  border-bottom: 5px solid #9f0101;
}

.btn:hover {
  background: #9f0101;
}

.btn img {
  width: 25px;
  margin-left: 10px;
  margin-top: -3px;
}

.main-text {
  background: white;
  padding: 30px 0;
}

.text-goto {
  padding: 1rem 0 2rem;
}

.bordered-text {
  border-left: 10px solid #4A4D4E;
  padding-left: 30px;
}

.survey {
  background: #F4F4F4;
}

.survey__text {
  padding: 0 40px 30px;
}

.survey__wrapper {
  background: #333;
  padding: 30px 40px;
  color: white;
}

.survey .form-control {
  border-radius: 0;
}

.survey .form-control.error {
  border-color: #e60000;
}

.survey .error {
  color: #e60000;
  font-size: 16px;
  margin-bottom: 0;
}

footer {
  background: #333;
  font-size: 14px;
  color: white;
}

footer a {
  color: white;
  text-decoration: underline;
}

.footer__top {
  padding: 30px 0 20px;
}

.footer__middle {
  border-bottom: 1px solid #F4F4F4;
}

.footer__bottom {
  padding: 20px 0 80px;
}
